Formatter

interface Formatter

Functions

Link copied to clipboard
abstract fun formatMessage(    level: KotlinLoggingLevel,     loggerName: String,     msg: () -> Any?): Any?
abstract fun formatMessage(    level: KotlinLoggingLevel,     loggerName: String,     t: Throwable?,     msg: () -> Any?): Any?
abstract fun formatMessage(    level: KotlinLoggingLevel,     loggerName: String,     marker: Marker?,     msg: () -> Any?): Any?
abstract fun formatMessage(    level: KotlinLoggingLevel,     loggerName: String,     marker: Marker?,     t: Throwable?,     msg: () -> Any?): Any?

Inheritors

DefaultMessageFormatter
Link copied to clipboard